xdoclet.sdk.xtag.migrator
Class Xdoclet

java.lang.Object
  |
  +--xdoclet.sdk.xgg.XGGPojo
        |
        +--xdoclet.sdk.xtag.migrator.Xdoclet

public final class Xdoclet
extends XGGPojo

XML element: <xdoclet/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
Xdoclet()
          Default constructor.
 
Method Summary
 void addNamespace(Namespace namespace)
          XML element: <namespace/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..*)
 Collection getNamespaceCollection()
           
 
Methods inherited from class xdoclet.sdk.xgg.XGGPojo
checkValue, checkVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xdoclet

public Xdoclet()
Default constructor. Should not be called explicitly. It's available only to be able to convert xml into beans with Betwixt.

Method Detail

addNamespace

public final void addNamespace(Namespace namespace)
                        throws IllegalStateException

XML element: <namespace/>

This element exists in the following versions: The cardinality is (1..*)

Parameters:
namespace - the Namespace to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getNamespaceCollection

public final Collection getNamespaceCollection()


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.